home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Graphics Samples / ShapePart Browser ƒ / AutoMouse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-15  |  443 b   |  23 lines  |  [TEXT/KAHL]

  1. /*
  2.  *    AutoMouse.h
  3.  *
  4.  *    Robert Dierkes,  April 26, 1993
  5.  *
  6.  *    Change History:
  7.  *
  8.  *       4/93    ???        New
  9.  *       4/96    bob        Updated #includes to support changed GX Library names.
  10.  *                    Changed boolean to Boolean.
  11.  *                    Added the copyright info.
  12.  *
  13.  *
  14.  *        © Apple Computer, Inc. 1990 - 1996  All rights reserved
  15.  *
  16.  */
  17.  
  18. #include <GXTypes.h>
  19.  
  20. void InitializeAutoMouse (gxShape boundsShape);
  21. Boolean ToggleAutoMouse (void);
  22. void MoveAutoMouse (void);
  23.